Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split client/server interceptors #289

Merged

Conversation

avillen
Copy link
Contributor

@avillen avillen commented Jan 2, 2023

Resolves #284.

@polvalente polvalente merged commit 71012b3 into elixir-grpc:master Jan 4, 2023
@avillen avillen deleted the split-client-server-interceptors branch January 4, 2023 09:54
wingyplus pushed a commit to wingyplus/grpc that referenced this pull request Jan 11, 2023
Since PR elixir-grpc#289, the `GRPC.ServerInterceptor` and
`GRPC.ClientInterceptor` is suddenly remove. This could make breaking
changes. This changes restore it and add deprecated to `@moduledoc` to
those interceptors.
polvalente pushed a commit that referenced this pull request Jan 11, 2023
Since PR #289, the `GRPC.ServerInterceptor` and
`GRPC.ClientInterceptor` is suddenly remove. This could make breaking
changes. This changes restore it and add deprecated to `@moduledoc` to
those interceptors.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move interceptor behaviour to its own client/server
2 participants